home *** CD-ROM | disk | FTP | other *** search
- object Registration: TRegistration
- Left = 253
- Top = 104
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 308
- ClientWidth = 401
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 16
- Top = 248
- Width = 109
- Height = 13
- Caption = 'Registrations available.'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 16
- Top = 152
- Width = 369
- Height = 17
- AutoSize = False
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 108
- Height = 13
- Caption = 'Registration notice'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 136
- Width = 159
- Height = 13
- Caption = 'Personal registration pricing'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 176
- Width = 238
- Height = 13
- Caption = 'Company/Organization registration pricing'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 16
- Top = 192
- Width = 369
- Height = 49
- AutoSize = False
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label7: TLabel
- Left = 16
- Top = 72
- Width = 76
- Height = 13
- Caption = 'About pricing'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- end
- object Label8: TLabel
- Left = 16
- Top = 88
- Width = 377
- Height = 49
- AutoSize = False
- WordWrap = True
- end
- object Button1: TButton
- Left = 16
- Top = 272
- Width = 105
- Height = 25
- Caption = 'Personal'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 136
- Top = 272
- Width = 121
- Height = 25
- Caption = 'Company/Organization'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 272
- Top = 272
- Width = 113
- Height = 25
- Caption = 'Enter registration key'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Memo1: TMemo
- Left = 16
- Top = 24
- Width = 369
- Height = 41
- BorderStyle = bsNone
- Ctl3D = False
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
-
- 'According to Danish Law you have to send or fax us your card inf' +
- 'ormation and '
-
- 'cardholder signature to obtain valid credit card payment. We acc' +
- 'ept only '
- 'VISA, Dankort, Mastercard, JCB, and Eurocard.')
- ParentColor = True
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 3
- end
- end
-